home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TCONDITIONFRAME
/
TCONDITIONFRAME.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
90 lines
object ConditionFrame: TConditionFrame
Left = 0
Top = 0
Width = 317
Height = 263
HelpContext = 14020
TabOrder = 0
object pnButtons: TPanel
Left = 0
Top = 240
Width = 317
Height = 23
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
OnResize = pnButtonsResize
object bAdd: TSpeedButton
Left = 16
Top = 0
Width = 23
Height = 22
Caption = '&Add condition'
OnClick = bAddClick
end
object bBlock: TSpeedButton
Left = 56
Top = 0
Width = 23
Height = 22
Caption = 'Add &Block'
OnClick = bBlockClick
end
object bDelete: TSpeedButton
Left = 88
Top = 0
Width = 23
Height = 22
Caption = '&Delete'
OnClick = bDeleteClick
end
end
object pnIF: TPanel
Tag = 11
Left = 0
Top = 0
Width = 317
Height = 240
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
TabOrder = 1
object sbIF: TScrollBox
Tag = 11
Left = 2
Top = 2
Width = 313
Height = 236
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
PopupMenu = mBlock
TabOrder = 0
end
end
object mBlock: TPopupMenu
Left = 64
Top = 80
object mAddCondition: TMenuItem
Caption = '&Add condition'
ShortCut = 45
OnClick = bAddClick
end
object mlNewBlock: TMenuItem
Caption = '&New block'
ShortCut = 16429
OnClick = bBlockClick
end
object mDel: TMenuItem
Caption = '&Delete condition'
ShortCut = 16430
OnClick = bDeleteClick
end
end
object IFmenu: TPopupMenu
Left = 104
Top = 80
end
end